adTempus API
|
Indicates the restart count for the currently-executing step.
__property long* CurrentStepRestartCount;
long* CurrentStepRestartCount;
Property CurrentStepRestartCount() As long*
0
On the initial execution of the step, the CurrentStepRestartCount is 0. If the step is restarted by a JobControlAction, the CurrentStepRestartCount is incremented on each restart in the chain.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|